home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / app_note / tecbltn1 / tb.130 < prev    next >
Text File  |  1986-03-04  |  1KB  |  41 lines

  1. /nof
  2. Date:January 10, 1985
  3. Number:130
  4. Title:R/M Cobol Real World Patch
  5.  
  6. The Real World Assembly Language Screen Program, SCRN418.COM
  7. (from Jersey Micro), must be linked into the RM/COBOL runtime for
  8. it to function properly.  This procedure must be done in a NetWare
  9. environment.  Attempting to run the multi-user runtime without the
  10. network interface will cause the PC to hang.
  11.  
  12. To do the patch:
  13.  
  14. 1. Make sure the following RM/COBOL files are on the same default
  15. drive as SCRN418.COM:
  16.  
  17.                RCOBOL.COM
  18.                RUNCOBOL.RUN
  19.                RMCLINK.COB
  20.                RMLINK.COM
  21.  
  22. 2. Make a copy of RUNCOBOL.RUN and name it RUN.COM. 
  23. (TheRM/COLOBOL Link Utility requires that the "Old" runtime name
  24. and the "New" runtime name be different)
  25.  
  26. 3. Execute the RM/COBOL Link Utility by typing RCOBOL RMCLNK
  27. and press <RETURN>
  28.  
  29. 4 When prompted enter the following:
  30.  
  31.                 RUN.COM <return>
  32.                 SCRN418.COM<return>
  33.                 RUNCOBOL.RUN <return>
  34.  
  35. 5. When the linking procedure is complete, Copy RCOBOL.COM and
  36. RUNCOBOL.RUN to the customer's "Installation Files" diskette.
  37.  
  38. Patching the runtime for monochrome systems
  39.  
  40. The SCRN418.COM screen program defaults
  41. /for